home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr28 / logcopy.zip / SETDOS.INT < prev    next >
Text File  |  1993-03-26  |  117b  |  8 lines

  1. Interface;
  2.  
  3. Unit SETDOS( ATTRIB );
  4.  
  5.   Function attrib( address: ADSMEM; attributes : Integer):Integer;
  6.  
  7. End;
  8.